Method: Jamf::OAPIObject#<=>
- Defined in:
- lib/jamf/api/jamf_pro/base_classes/oapi_object.rb
#<=>(other) ⇒ Object
Comparable by the sha1 hash of our properties. Subclasses or mixins may override this in ways that make sense for them
473 474 475 |
# File 'lib/jamf/api/jamf_pro/base_classes/oapi_object.rb', line 473 def <=>(other) sha1_hash <=> other.sha1_hash end |